FUNOVA Preprocessing QC statistics ¶

January 2025¶

In [21]:
import os
NOVA_HOME = "/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA"
NOVA_DATA_HOME = '/home/labs/hornsteinlab/Collaboration/FUNOVA'

LOGS_PATH = os.path.join(NOVA_DATA_HOME, "outputs/preprocessing/logs/")
PLOT_PATH = os.path.join(NOVA_DATA_HOME, "outputs/logs/")

os.chdir(NOVA_HOME)

import pandas as pd
import numpy as np
import contextlib
import io
from IPython.display import display, Javascript
import seaborn as sns
from tools.preprocessing_tools.qc_reports.qc_utils import log_files_qc, run_validate_folder_structure, display_diff, sample_and_calc_variance, \
                                                show_site_survival_dapi_brenner, show_site_survival_dapi_cellpose, \
                                                show_site_survival_dapi_tiling, show_site_survival_target_brenner, \
                                                calc_total_sums, plot_filtering_heatmap, show_total_sum_tables, \
                                                plot_cell_count, plot_catplot, plot_hm_combine_batches, plot_hm, \
                                                run_calc_hist_new, plot_marker_data, find_bad_wells,\
                                                show_site_survival_by_brenner_on_dapi_tiles, show_site_survival_target_brenner_tiles
                                                
from tools.preprocessing_tools.qc_reports.qc_config import (
    funova_markers as markers,
    funova_cell_lines as cell_lines,
    funova_cell_lines_to_cond as cell_lines_to_cond,
    funova_cell_lines_for_disp as cell_lines_for_disp,
    funova_reps as reps,
    funova_line_colors as line_colors,
    funova_lines_order as lines_order,
    funova_custom_palette as custom_palette,
    funova_expected_dapi_raw as expected_dapi_raw,
    funova_panels as panels,
    funova_marker_info as marker_info
)

%load_ext autoreload
%autoreload 2
The autoreload extension is already loaded. To reload it, use:
  %reload_ext autoreload
In [3]:
# choose batches
batches = ['Batch3', 'Batch4']#, 'batch2', 'batch3']
batches
Out[3]:
['Batch3', 'Batch4']

I have created a folder called 'Batch3' in the logs dir and put all files inside

In [4]:
validate_antibody = False
In [5]:
df = log_files_qc(LOGS_PATH, batches, only_wt_cond = False)
reading logs of Batch3

Total of 1 files were read.
Before dup handeling  (172504, 22)
After duplication removal #1: (172504, 23)
After duplication removal #2: (172504, 23)
In [6]:
df['filename'] = df['filename'].str.split('-').str[0]
df['site_num'] = df['site_num'].str.split('-').str[0]
In [7]:
df_dapi = df[df.marker=='DAPI']
df_target = df[df.marker!='DAPI']

Actual Files Validation¶

Raw Files Validation¶

  1. How many site tiff files do we have in each folder?
  2. Are all existing files valid? (tif, at least 2049kB, not corrupetd)
In [8]:
root_directory_raw = os.path.join(NOVA_DATA_HOME, 'input', 'images', 'raw')
In [9]:
# # Create the marker info dfs

# import os
# import pandas as pd

# # Define the root path
# root_path = "/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/raw/"

# # Initialize a dictionary to store the data
# data = {}

# # Walk through the directory structure
# for dirpath, dirnames, filenames in os.walk(root_path):
#     # Check if the current path contains 'repX' and a subfolder for the marker
#     if os.path.basename(os.path.dirname(dirpath)).startswith("rep"):  # Check for 'repX' in parent folder
#         if "Batch3" in dirpath or "Batch4" in dirpath:  # Check if the path contains "Batch3" or "Batch4"
#             marker = os.path.basename(dirpath)  # The marker is the current folder
#             panel_folder = os.path.basename(os.path.dirname(os.path.dirname(os.path.dirname(dirpath))))  # Three levels up for the panel
#             if panel_folder.lower().startswith("panel"):  # Ensure it's a panel folder
#                 panel = panel_folder.replace("panel", "").strip()

#                 # Add marker and panel information
#                 if marker not in data:
#                     data[marker] = {"Antibody": [], "panel": []}  # Initialize marker entry
#                 data[marker]["panel"].append(panel)  # Add panel to the marker

# # Convert the data to a DataFrame
# final_marker_info = pd.DataFrame.from_dict(data, orient="index")

# # Ensure 'panel' and 'Antibody' are arrays and unique panels
# final_marker_info["panel"] = final_marker_info["panel"].apply(lambda x: sorted(set(x)))  # Remove duplicates and sort
# final_marker_info["Antibody"] = [[] for _ in range(len(final_marker_info))]  # Ensure Antibody is an empty array
In [10]:
batches_raw = [batch.replace("_16bit_no_downsample","") for batch in batches]
raws = run_validate_folder_structure(root_directory_raw, False, panels, markers.copy(), PLOT_PATH, marker_info,
                                    cell_lines_to_cond, reps, cell_lines_for_disp, expected_dapi_raw,
                                     batches=batches_raw, fig_width=8,fig_height = 40,
                                    expected_count=100, validate_antibody = validate_antibody)
Batch3
Folder structure is valid.
No bad files are found.
Total Sites:  118400
========
Batch4
Folder structure is valid.
No bad files are found.
Total Sites:  118400
========
====================

Processed Files Validation¶

  1. How many site npy files do we have in each folder? -> How many sites survived the pre-processing?
  2. Are all existing files valid? (at least 100kB, npy not corrupted)
In [11]:
root_directory_proc = os.path.join(NOVA_DATA_HOME, 'input', 'images', 'processed')
procs = run_validate_folder_structure(root_directory_proc, True, panels, markers, PLOT_PATH, marker_info,
                                    cell_lines_to_cond, reps, cell_lines_for_disp, expected_dapi_raw,
                                     batches=batches, fig_width=8,fig_height = 40,
                                    expected_count=100, validate_antibody = validate_antibody)
Batch3
Folder structure is valid.
1152 files are bad:
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f52-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f07-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f28-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f08-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f16-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f14-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f24-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f92-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f22-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f03-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f17-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f06-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f18-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f29-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f19-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f65-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-ATF6, rep1_r05c05f80-ch2t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/UPR-IRE1a, rep1_r05c03f96-ch2t1_panelB_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/DNA-damage-P53BP1, rep1_r05c19f65-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/DNA-damage-P53BP1, rep2_r05c20f95-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/DNA-damage-P53BP1, rep2_r05c20f13-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/DNA-damage-P53BP1, rep1_r05c19f30-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/DNA-damage-P53BP1, rep2_r05c20f80-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/DNA-damage-P53BP1, rep2_r05c20f79-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/DNA-damage-P53BP1, rep2_r05c20f02-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/DNA-damage-P53BP1, rep1_r05c19f95-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-HMGB1, rep2_r05c18f64-ch2t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-HMGB1, rep1_r05c17f97-ch2t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-HMGB1, rep1_r05c17f81-ch2t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necrosis, rep1_r05c17f09-ch3t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Parthanatos-early, rep2_r05c16f64-ch3t1_panelH_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Parthanatos-early, rep2_r05c16f33-ch3t1_panelH_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Parthanatos-early, rep1_r05c15f80-ch3t1_panelH_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/TDP-43, rep2_r05c14f09-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/TDP-43, rep2_r05c14f84-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/TDP-43, rep2_r05c14f02-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/TDP-43, rep2_r05c14f89-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/TDP-43, rep2_r05c14f20-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/TDP-43, rep1_r05c13f34-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Splicing-factories, rep2_r05c12f03-ch2t1_panelF_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Splicing-factories, rep2_r05c12f65-ch2t1_panelF_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Aberrant-splicing, rep2_r05c10f97-ch3t1_panelE_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-pMLKL, rep1_r05c21f22-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f49-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f13-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f94-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f78-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f11-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f33-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f45-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f38-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF4, rep2_r13c06f89-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF4, rep1_r13c05f23-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF4, rep1_r13c05f20-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF4, rep1_r13c05f08-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF4, rep2_r13c06f79-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF4, rep1_r13c05f06-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF4, rep1_r13c05f05-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF4, rep1_r13c05f17-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF4, rep1_r13c05f49-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF4, rep1_r13c05f79-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF4, rep2_r13c06f64-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-ATF6, rep2_r13c06f64-ch2t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/UPR-IRE1a, rep1_r13c03f18-ch2t1_panelB_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/DNA-damage-P53BP1, rep1_r13c19f78-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/DNA-damage-P53BP1, rep1_r13c19f05-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/DNA-damage-P53BP1, rep2_r13c20f10-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/DNA-damage-P53BP1, rep1_r13c19f16-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/DNA-damage-P53BP1, rep1_r13c19f96-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/DNA-damage-P53BP1, rep2_r13c20f12-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/DNA-damage-P53BP1, rep2_r13c20f31-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/Necroptosis-HMGB1, rep2_r13c18f51-ch2t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/Necroptosis-HMGB1, rep1_r13c17f82-ch2t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/Necroptosis-HMGB1, rep2_r13c18f84-ch2t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/Necroptosis-HMGB1, rep2_r13c18f100-ch2t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/Necrosis, rep2_r13c18f50-ch3t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/Necrosis, rep1_r13c17f82-ch3t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/Nuclear-speckles-SON, rep2_r13c14f87-ch2t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/Nuclear-speckles-SON, rep2_r13c14f71-ch2t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep1_r13c13f04-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep1_r13c13f84-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep2_r13c14f96-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep2_r13c14f100-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep1_r13c13f11-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep2_r13c14f92-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep2_r13c14f83-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep2_r13c14f93-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep1_r13c13f06-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep1_r13c13f14-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep2_r13c14f89-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep1_r13c13f13-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep1_r13c13f49-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/TDP-43, rep2_r13c14f80-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/Splicing-factories, rep2_r13c12f03-ch2t1_panelF_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/Splicing-factories, rep2_r13c12f23-ch2t1_panelF_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1001733/stress/Splicing-factories, rep1_r13c11f64-ch2t1_panelF_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f54-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f18-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f72-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f98-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f75-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f24-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f36-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f98-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f71-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f51-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f65-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f55-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f17-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f35-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f70-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f57-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f33-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f63-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f79-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f14-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f21-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f08-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f76-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f19-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f84-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f43-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f78-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f20-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f17-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f96-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f24-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f16-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f43-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f02-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f31-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f12-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f10-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f81-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f32-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f19-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f11-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f03-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f97-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f72-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f78-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-IRE1a, rep1_r07c03f94-ch2t1_panelB_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-IRE1a, rep2_r07c04f03-ch2t1_panelB_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-IRE1a, rep2_r07c04f05-ch2t1_panelB_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/UPR-IRE1a, rep2_r07c04f19-ch2t1_panelB_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f07-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep2_r07c20f02-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep2_r07c20f21-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f65-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep2_r07c20f100-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f39-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f35-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f83-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f81-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f17-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep2_r07c20f94-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f32-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f06-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f100-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Necroptosis-HMGB1, rep2_r07c18f20-ch2t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Necroptosis-HMGB1, rep1_r07c17f66-ch2t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Necroptosis-HMGB1, rep2_r07c18f45-ch2t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Necrosis, rep1_r07c17f65-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Necrosis, rep1_r07c17f14-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Necrosis, rep2_r07c18f14-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Necrosis, rep1_r07c17f77-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Necrosis, rep1_r07c17f87-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Necrosis, rep2_r07c18f49-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Parthanatos-early, rep1_r07c15f36-ch3t1_panelH_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Stress-initiation, rep1_r07c01f51-ch4t1_panelA_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f04-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f71-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f65-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f65-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f30-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f91-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f86-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f18-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f49-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f34-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f93-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f98-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f80-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f19-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f31-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f19-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f57-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f74-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f22-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f07-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f34-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f12-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f38-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f63-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f49-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f79-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f23-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f89-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f32-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f88-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f85-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f36-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f18-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f95-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f95-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f91-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f28-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f33-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f03-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f98-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f81-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f20-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f21-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f30-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f17-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f29-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f99-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f64-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f48-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep1_r07c13f16-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/TDP-43, rep2_r07c14f35-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Nuclear-speckles-SC35, rep2_r07c12f05-ch3t1_panelF_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Splicing-factories, rep2_r07c12f69-ch2t1_panelF_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Splicing-factories, rep2_r07c12f05-ch2t1_panelF_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Aberrant-splicing, rep2_r07c10f06-ch3t1_panelE_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Aberrant-splicing, rep2_r07c10f66-ch3t1_panelE_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Aberrant-splicing, rep2_r07c10f34-ch3t1_panelE_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Necroptosis-pMLKL, rep2_r07c22f13-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/Untreated/Necroptosis-pMLKL, rep2_r07c22f40-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f81-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep1_r15c05f92-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f55-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f77-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f26-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f74-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f67-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f21-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f65-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep1_r15c05f31-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f35-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f54-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep1_r15c05f60-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f98-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f19-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f33-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f57-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f88-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f29-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep1_r15c05f04-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep1_r15c05f28-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f79-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f73-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f48-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep1_r15c05f91-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep1_r15c05f30-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f58-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep1_r15c05f87-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep1_r15c05f98-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f45-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep1_r15c05f97-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep1_r15c05f02-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f60-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-ATF4, rep2_r15c06f22-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-IRE1a, rep1_r15c03f15-ch2t1_panelB_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/UPR-IRE1a, rep2_r15c04f38-ch2t1_panelB_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/DNA-damage-P53BP1, rep1_r15c19f64-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/DNA-damage-P53BP1, rep1_r15c19f01-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/DNA-damage-P53BP1, rep1_r15c19f92-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/DNA-damage-P53BP1, rep2_r15c20f98-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/DNA-damage-P53BP1, rep1_r15c19f98-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/DNA-damage-P53BP1, rep1_r15c19f05-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/DNA-damage-P53BP1, rep1_r15c19f13-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/DNA-damage-P53BP1, rep1_r15c19f35-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/DNA-damage-P53BP1, rep2_r15c20f93-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/DNA-damage-P53BP1, rep1_r15c19f15-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/Necroptosis-HMGB1, rep2_r15c18f83-ch2t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/Necrosis, rep1_r15c17f20-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/Necrosis, rep1_r15c17f34-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/Nuclear-speckles-SON, rep1_r15c13f04-ch2t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f84-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f50-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f49-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f08-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f37-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f89-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f21-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f20-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f14-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f95-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f84-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f90-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f13-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f17-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f28-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f79-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f15-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f100-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f04-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f95-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f35-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f38-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f33-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f06-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f64-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep2_r15c14f19-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f18-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/TDP-43, rep1_r15c13f16-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/Splicing-factories, rep1_r15c11f10-ch2t1_panelF_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1017118/stress/Aberrant-splicing, rep1_r15c09f82-ch3t1_panelE_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f07-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f51-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f71-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f82-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f48-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f57-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f07-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f27-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f52-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f63-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f99-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f64-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f60-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f09-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f52-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f66-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f21-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f89-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f93-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f38-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f98-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f13-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f41-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f26-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f92-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f05-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f38-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f22-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f78-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f95-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f42-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF6, rep2_r03c06f99-ch2t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-ATF6, rep2_r03c06f93-ch2t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/UPR-IRE1a, rep2_r03c04f02-ch2t1_panelB_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f99-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f51-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f37-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f31-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f30-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/DNA-damage-P53BP1, rep1_r03c19f13-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f85-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f96-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f49-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f52-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/Necrosis, rep2_r03c18f91-ch3t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f08-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f09-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f94-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f31-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f26-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f30-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f20-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f99-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f29-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f64-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f33-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f02-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f05-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f86-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f18-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f07-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f98-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f16-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f86-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f83-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f80-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f46-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f97-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f78-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f34-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f43-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f77-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f03-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f34-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f15-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f15-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f14-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep1_r03c13f73-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f04-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f88-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f56-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f45-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f20-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f35-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/TDP-43, rep2_r03c14f100-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/Splicing-factories, rep2_r03c12f67-ch2t1_panelF_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/Aberrant-splicing, rep1_r03c09f64-ch3t1_panelE_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/Necroptosis-pMLKL, rep2_r03c22f04-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/Untreated/Necroptosis-pMLKL, rep2_r03c22f17-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f30-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f33-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f100-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f25-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f12-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f16-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f58-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f66-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f60-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f98-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f06-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f48-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f34-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f10-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f55-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f63-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f85-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f17-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f79-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f45-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f32-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f23-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f26-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f72-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f07-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f15-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f30-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep1_r11c05f74-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f29-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF4, rep2_r11c06f09-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-ATF6, rep1_r11c05f96-ch2t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-IRE1a, rep1_r11c03f34-ch2t1_panelB_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/UPR-IRE1a, rep2_r11c04f82-ch2t1_panelB_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/DNA-damage-P53BP1, rep1_r11c19f15-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/DNA-damage-P53BP1, rep1_r11c19f73-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/DNA-damage-P53BP1, rep2_r11c20f51-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/DNA-damage-P53BP1, rep2_r11c20f16-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/DNA-damage-P53BP1, rep1_r11c19f34-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/DNA-damage-P53BP1, rep2_r11c20f03-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/DNA-damage-P53BP1, rep2_r11c20f90-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/DNA-damage-P53BP1, rep1_r11c19f94-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/DNA-damage-P53BP1, rep1_r11c19f79-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/Necroptosis-HMGB1, rep1_r11c17f52-ch2t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/Necroptosis-HMGB1, rep1_r11c17f65-ch2t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/Necroptosis-HMGB1, rep2_r11c18f29-ch2t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/Necroptosis-HMGB1, rep2_r11c18f07-ch2t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/Necroptosis-HMGB1, rep2_r11c18f23-ch2t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/Necroptosis-HMGB1, rep2_r11c18f80-ch2t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/Necrosis, rep1_r11c17f13-ch3t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/Necrosis, rep1_r11c17f86-ch3t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/Stress-initiation, rep1_r11c01f13-ch4t1_panelA_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f03-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f18-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f12-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f43-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f15-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f36-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f85-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f06-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f82-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f90-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f30-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f05-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f03-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f79-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f21-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f66-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f31-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f22-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f65-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f51-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f99-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f06-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f07-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f31-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f79-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f48-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f09-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f34-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f32-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f32-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f20-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f86-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f30-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f66-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f13-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep2_r11c14f21-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f48-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f47-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/TDP-43, rep1_r11c13f64-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/Splicing-factories, rep2_r11c12f59-ch2t1_panelF_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1025045/stress/Aberrant-splicing, rep1_r11c09f81-ch3t1_panelE_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f38-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f63-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f54-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f90-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f13-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f03-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f37-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f96-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f58-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f48-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f27-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f47-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f35-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f84-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f32-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f17-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f10-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f38-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f09-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f51-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f40-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f42-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f15-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/UPR-IRE1a, rep2_r01c04f04-ch2t1_panelB_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/DNA-damage-P53BP1, rep2_r01c20f34-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/DNA-damage-P53BP1, rep2_r01c20f20-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/DNA-damage-P53BP1, rep1_r01c19f35-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/DNA-damage-P53BP1, rep1_r01c19f20-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/DNA-damage-P53BP1, rep1_r01c19f19-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-HMGB1, rep2_r01c18f66-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-HMGB1, rep1_r01c17f40-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-HMGB1, rep2_r01c18f04-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-HMGB1, rep2_r01c18f63-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-HMGB1, rep2_r01c18f19-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necrosis, rep2_r01c18f84-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necrosis, rep1_r01c17f03-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necrosis, rep1_r01c17f45-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necrosis, rep1_r01c17f04-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necrosis, rep1_r01c17f08-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necrosis, rep1_r01c17f64-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necrosis, rep2_r01c18f03-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Parthanatos-early, rep2_r01c16f81-ch3t1_panelH_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Nuclear-speckles-SON, rep1_r01c13f97-ch2t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f52-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f35-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f85-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f21-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f41-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f33-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f15-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f18-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f05-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f17-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f83-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f09-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f50-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f47-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep1_r01c13f02-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/TDP-43, rep2_r01c14f48-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Splicing-factories, rep2_r01c12f37-ch2t1_panelF_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f09-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f82-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f34-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f98-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f44-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f19-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f20-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f76-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f06-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f75-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f96-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f13-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f05-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f24-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f03-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f75-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f08-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f07-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f14-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f13-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f89-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f35-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f23-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f19-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f31-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f28-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f92-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f90-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f36-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f94-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f56-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f57-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f16-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f49-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f15-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f06-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f81-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f80-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f30-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f53-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f06-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f26-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f54-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f61-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep1_r09c05f21-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF4, rep2_r09c06f32-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-ATF6, rep2_r09c06f08-ch2t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-IRE1a, rep1_r09c03f100-ch2t1_panelB_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/UPR-IRE1a, rep1_r09c03f85-ch2t1_panelB_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/DNA-damage-P53BP1, rep1_r09c19f07-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/DNA-damage-P53BP1, rep1_r09c19f91-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/DNA-damage-P53BP1, rep1_r09c19f06-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/DNA-damage-P53BP1, rep1_r09c19f96-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/DNA-damage-P53BP1, rep2_r09c20f34-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/DNA-damage-P53BP1, rep2_r09c20f07-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/DNA-damage-P53BP1, rep1_r09c19f97-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/DNA-damage-P53BP1, rep1_r09c19f34-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necroptosis-HMGB1, rep2_r09c18f97-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necroptosis-HMGB1, rep1_r09c17f47-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necroptosis-HMGB1, rep1_r09c17f10-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necroptosis-HMGB1, rep1_r09c17f45-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necroptosis-HMGB1, rep1_r09c17f51-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necroptosis-HMGB1, rep1_r09c17f21-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necroptosis-HMGB1, rep1_r09c17f72-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necrosis, rep2_r09c18f66-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necrosis, rep2_r09c18f81-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necrosis, rep1_r09c17f72-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necrosis, rep1_r09c17f47-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Necrosis, rep1_r09c17f62-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f99-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f08-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f94-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f02-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f17-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f15-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f11-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f06-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f04-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f13-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f07-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f33-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f29-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f48-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f30-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f32-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f15-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f16-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f35-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f96-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f50-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f25-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep2_r09c14f12-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/TDP-43, rep1_r09c13f19-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/Control-1048087/stress/Aberrant-splicing, rep2_r09c10f95-ch3t1_panelE_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/impaired-Autophagosome, rep2_r04c08f98-ch3t1_panelD_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f98-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep1_r04c05f03-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f85-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/UPR-ATF6, rep2_r04c06f92-ch2t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f81-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f96-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f16-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f46-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f85-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f06-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep1_r04c17f16-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep1_r04c17f96-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f54-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Necrosis, rep2_r04c18f68-ch3t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Parthanatos-early, rep2_r04c16f01-ch3t1_panelH_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Parthanatos-early, rep1_r04c15f94-ch3t1_panelH_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Parthanatos-early, rep2_r04c16f38-ch3t1_panelH_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Parthanatos-early, rep1_r04c15f02-ch3t1_panelH_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Parthanatos-early, rep2_r04c16f93-ch3t1_panelH_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Nuclear-speckles-SON, rep1_r04c13f12-ch2t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Nuclear-speckles-SON, rep2_r04c14f100-ch2t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Nuclear-speckles-SON, rep1_r04c13f18-ch2t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f49-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f90-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f80-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f31-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f100-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f95-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/TDP-43, rep1_r04c13f03-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f79-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Splicing-factories, rep1_r04c11f88-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Splicing-factories, rep2_r04c12f92-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Splicing-factories, rep1_r04c11f79-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Splicing-factories, rep1_r04c11f96-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Splicing-factories, rep2_r04c12f18-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f83-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f89-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f57-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f09-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/UPR-ATF4, rep1_r12c05f100-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/UPR-ATF4, rep2_r12c06f14-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/UPR-ATF4, rep1_r12c05f04-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/UPR-ATF4, rep1_r12c05f15-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/UPR-ATF4, rep1_r12c05f11-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/UPR-ATF4, rep2_r12c06f07-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/UPR-ATF4, rep2_r12c06f05-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/UPR-ATF4, rep2_r12c06f18-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/UPR-ATF6, rep1_r12c05f15-ch2t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f13-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep1_r12c19f90-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep1_r12c19f03-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f19-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f65-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f21-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f15-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f66-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f04-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f99-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep1_r12c19f02-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f02-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep1_r12c17f89-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep2_r12c18f02-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep2_r12c18f72-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep1_r12c17f31-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep1_r12c17f03-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep1_r12c17f18-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep1_r12c17f24-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep2_r12c18f16-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Stress-initiation, rep2_r12c02f15-ch4t1_panelA_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Stress-initiation, rep2_r12c02f66-ch4t1_panelA_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f39-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f02-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f16-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f35-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f17-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f07-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f98-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f07-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f50-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f33-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f94-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f92-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f20-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f13-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f12-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f64-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f19-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f15-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Splicing-factories, rep1_r12c11f81-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Splicing-factories, rep2_r12c12f37-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Splicing-factories, rep1_r12c11f80-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Splicing-factories, rep2_r12c12f28-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-1008566/stress/Splicing-factories, rep1_r12c11f19-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f83-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f21-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f95-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f12-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f46-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f23-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f67-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f99-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f91-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f36-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f68-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f32-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f20-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f97-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f18-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f19-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f32-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f72-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f88-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f09-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f65-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f64-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-IRE1a, rep1_r08c03f02-ch2t1_panelB_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-IRE1a, rep1_r08c03f04-ch2t1_panelB_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-IRE1a, rep1_r08c03f03-ch2t1_panelB_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/UPR-IRE1a, rep1_r08c03f05-ch2t1_panelB_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f63-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f02-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f05-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f95-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f20-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep1_r08c19f81-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep1_r08c19f36-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f03-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f90-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f28-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep1_r08c19f34-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep1_r08c19f96-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f22-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f100-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep1_r08c19f65-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep1_r08c19f92-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f79-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep1_r08c17f17-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep1_r08c17f28-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep1_r08c17f91-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep1_r08c17f23-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/Necrosis, rep2_r08c18f47-ch3t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/Parthanatos-early, rep2_r08c16f45-ch3t1_panelH_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/Stress-initiation, rep2_r08c02f64-ch4t1_panelA_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/Nuclear-speckles-SON, rep2_r08c14f93-ch2t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/Nuclear-speckles-SON, rep1_r08c13f58-ch2t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f19-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f66-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f83-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f88-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f14-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f64-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f64-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f95-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f21-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f33-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f99-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f17-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f08-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f29-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f36-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f21-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f49-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f48-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f28-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f98-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f24-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f99-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f80-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f30-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f18-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f14-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f23-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f78-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f94-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f31-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f22-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f15-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f66-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f27-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f05-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f16-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f50-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f29-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f03-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f13-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f65-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f50-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f22-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f35-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f100-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f65-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f93-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f100-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/Splicing-factories, rep1_r08c11f52-ch2t1_panelF_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/Untreated/Aberrant-splicing, rep1_r08c09f78-ch3t1_panelE_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f97-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f96-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f34-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f91-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f77-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f55-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f93-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f50-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f42-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f02-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f21-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f07-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f75-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f95-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f56-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f74-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/UPR-IRE1a, rep2_r16c04f32-ch2t1_panelB_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/Ubiquitin-levels, rep2_r16c04f33-ch3t1_panelB_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep2_r16c20f77-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep2_r16c20f24-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep1_r16c19f05-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep1_r16c19f23-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep2_r16c20f94-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/Necroptosis-HMGB1, rep2_r16c18f71-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/Necroptosis-HMGB1, rep2_r16c18f62-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/Necroptosis-HMGB1, rep1_r16c17f35-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/Necroptosis-HMGB1, rep2_r16c18f18-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/Necrosis, rep2_r16c18f65-ch3t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f65-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f81-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f17-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f80-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f18-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f39-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f48-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f79-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f90-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f26-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f19-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f49-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f47-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f99-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f16-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f04-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f14-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f83-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f92-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f18-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f02-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/C9orf72-HRE-981344/stress/Aberrant-splicing, rep2_r16c10f78-ch3t1_panelE_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/impaired-Autophagosome, rep1_r02c07f100-ch3t1_panelD_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f64-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f23-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f03-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f88-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f24-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f21-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f07-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f32-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f28-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f79-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep1_r02c05f43-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f04-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep1_r02c19f02-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep2_r02c20f90-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep2_r02c20f08-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep2_r02c20f89-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep1_r02c19f92-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep2_r02c20f19-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep2_r02c20f92-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep1_r02c19f87-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep1_r02c17f12-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep1_r02c17f99-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep1_r02c17f34-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep1_r02c17f35-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep2_r02c18f03-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep1_r02c17f37-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep2_r02c18f27-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep2_r02c18f23-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep2_r02c18f96-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep2_r02c18f64-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep2_r02c18f48-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep1_r02c17f95-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necrosis, rep2_r02c18f99-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necrosis, rep2_r02c18f03-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necrosis, rep2_r02c18f83-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necrosis, rep2_r02c18f98-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Parthanatos-early, rep1_r02c15f07-ch3t1_panelH_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Parthanatos-early, rep1_r02c15f15-ch3t1_panelH_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Parthanatos-early, rep1_r02c15f92-ch3t1_panelH_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Parthanatos-early, rep1_r02c15f24-ch3t1_panelH_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SON, rep1_r02c13f78-ch2t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SON, rep1_r02c13f24-ch2t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f89-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f06-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f47-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f50-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/TDP-43, rep1_r02c13f05-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep2_r02c12f92-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep1_r02c11f16-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep2_r02c12f13-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep2_r02c12f99-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Aberrant-splicing, rep2_r02c10f04-ch3t1_panelE_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep2_r02c22f09-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep2_r02c22f97-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep2_r02c22f17-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep2_r02c22f93-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep2_r02c22f83-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f31-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f72-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f80-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f96-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f82-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f84-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f100-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f82-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f100-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f95-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f94-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f15-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f05-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF6, rep1_r10c05f15-ch2t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/UPR-ATF6, rep1_r10c05f28-ch2t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep1_r10c19f95-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep2_r10c20f81-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep1_r10c19f97-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep2_r10c20f21-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep1_r10c19f96-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep2_r10c20f98-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep2_r10c20f29-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep2_r10c20f80-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f04-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f38-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep1_r10c17f12-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f62-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f24-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f84-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep1_r10c17f31-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep1_r10c17f34-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Necrosis, rep1_r10c17f04-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Stress-initiation, rep2_r10c02f65-ch4t1_panelA_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Stress-initiation, rep2_r10c02f94-ch4t1_panelA_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f50-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f07-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/TDP-43, rep1_r10c13f95-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f94-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/TDP-43, rep1_r10c13f94-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f96-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/TDP-43, rep1_r10c13f89-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/TDP-43, rep1_r10c13f79-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f95-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f97-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Splicing-factories, rep2_r10c12f48-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Splicing-factories, rep1_r10c11f95-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-G348V-1057052/stress/Aberrant-splicing, rep1_r10c09f06-ch3t1_panelE_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/impaired-Autophagosome, rep2_r06c08f49-ch3t1_panelD_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f51-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f64-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f04-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f21-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f17-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f15-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f84-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f19-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f84-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f47-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f20-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f31-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f50-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f23-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f18-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f100-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f02-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f09-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f16-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f90-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f89-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f08-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f15-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f81-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f95-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f14-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f93-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f07-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f69-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f90-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f81-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f35-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f65-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f06-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f19-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-IRE1a, rep2_r06c04f09-ch2t1_panelB_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/UPR-IRE1a, rep2_r06c04f81-ch2t1_panelB_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep2_r06c20f49-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep2_r06c20f03-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep1_r06c19f95-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep2_r06c20f15-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep1_r06c19f06-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Necroptosis-HMGB1, rep1_r06c17f14-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Necroptosis-HMGB1, rep1_r06c17f99-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Necroptosis-HMGB1, rep2_r06c18f05-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Necroptosis-HMGB1, rep2_r06c18f04-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Necrosis, rep2_r06c18f90-ch3t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Necrosis, rep2_r06c18f92-ch3t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Necrosis, rep2_r06c18f04-ch3t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Necrosis, rep2_r06c18f50-ch3t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Parthanatos-early, rep1_r06c15f64-ch3t1_panelH_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Parthanatos-early, rep2_r06c16f33-ch3t1_panelH_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Stress-initiation, rep2_r06c02f15-ch4t1_panelA_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Nuclear-speckles-SON, rep2_r06c14f03-ch2t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f16-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f09-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f04-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f06-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f96-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f09-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f03-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f99-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f15-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f92-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f99-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f37-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f22-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f05-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f10-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f98-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f80-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f90-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f49-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f02-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f97-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f07-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f03-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f96-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f13-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f13-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f08-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f05-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f94-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f89-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f64-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f20-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f82-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f14-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Nuclear-speckles-SC35, rep2_r06c12f30-ch3t1_panelF_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Splicing-factories, rep2_r06c12f30-ch2t1_panelF_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Splicing-factories, rep1_r06c11f83-ch2t1_panelF_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Aberrant-splicing, rep2_r06c10f33-ch3t1_panelE_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f02-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f05-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f03-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/impaired-Autophagosome, rep2_r14c08f95-ch3t1_panelD_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f95-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f35-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f30-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f27-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f92-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f50-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f79-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f45-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f97-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f100-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f53-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f34-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f81-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f14-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f94-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f40-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f91-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f96-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f06-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f33-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f17-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f90-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f20-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f58-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f99-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f91-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-IRE1a, rep2_r14c04f02-ch2t1_panelB_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/UPR-IRE1a, rep2_r14c04f66-ch2t1_panelB_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/DNA-damage-P53BP1, rep1_r14c19f15-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/DNA-damage-P53BP1, rep1_r14c19f22-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/DNA-damage-P53BP1, rep1_r14c19f38-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/DNA-damage-P53BP1, rep1_r14c19f53-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/DNA-damage-P53BP1, rep1_r14c19f79-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/DNA-damage-P53BP1, rep1_r14c19f80-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/DNA-damage-P53BP1, rep1_r14c19f64-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/DNA-damage-P53BP1, rep2_r14c20f82-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/DNA-damage-P53BP1, rep2_r14c20f62-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/Necroptosis-HMGB1, rep2_r14c18f24-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/Stress-initiation, rep1_r14c01f19-ch4t1_panelA_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/Nuclear-speckles-SON, rep2_r14c14f96-ch2t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f98-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f39-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f97-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f92-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f95-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f90-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f04-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f15-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f95-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f50-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f05-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f78-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f64-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f81-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f83-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f13-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f63-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f15-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/Splicing-factories, rep2_r14c12f42-ch2t1_panelF_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch3/TDP--43-N390D-1005373/stress/Splicing-factories, rep2_r14c12f34-ch2t1_panelF_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
Total Sites:  66390
========
Batch4
Folder structure is valid.
1382 files are bad:
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/impaired-Autophagosome, rep2_r05c08f49-ch3t1_panelD_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/impaired-Autophagosome, rep1_r05c07f64-ch3t1_panelD_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f07-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f38-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f100-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f87-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f03-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f48-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f22-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f86-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f91-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f89-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f41-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f34-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f02-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f06-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f30-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f04-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f95-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f09-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f02-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f07-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep2_r05c06f40-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/UPR-ATF4, rep1_r05c05f94-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Ubiquitin-levels, rep2_r05c04f70-ch3t1_panelB_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/DNA-damage-P53BP1, rep1_r05c19f100-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/DNA-damage-P53BP1, rep2_r05c20f83-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/DNA-damage-P53BP1, rep1_r05c19f32-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/DNA-damage-P53BP1, rep2_r05c20f100-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/DNA-damage-P53BP1, rep1_r05c19f02-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/DNA-damage-P53BP1, rep1_r05c19f64-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necrosis, rep2_r05c18f50-ch3t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Parthanatos-early, rep2_r05c16f63-ch3t1_panelH_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Parthanatos-early, rep2_r05c16f53-ch3t1_panelH_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f91-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f99-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f38-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f85-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f64-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f48-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f08-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f21-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f78-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f07-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f95-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f21-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f79-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f91-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f34-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f65-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f64-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f05-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f72-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f06-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep2_r05c14f66-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f09-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f16-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f32-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f14-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/TDP-43, rep1_r05c13f34-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Nuclear-speckles-SC35, rep2_r05c12f26-ch3t1_panelF_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Splicing-factories, rep1_r05c11f68-ch2t1_panelF_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Splicing-factories, rep1_r05c11f06-ch2t1_panelF_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Splicing-factories, rep2_r05c12f26-ch2t1_panelF_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Aberrant-splicing, rep2_r05c10f34-ch3t1_panelE_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep1_r05c21f92-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f66-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f43-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep1_r05c21f73-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f97-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f62-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f92-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f91-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f63-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f28-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f100-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f53-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f12-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep1_r05c21f34-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f72-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f86-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f48-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f67-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f95-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f65-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f90-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f45-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f79-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f99-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f58-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep1_r05c21f97-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f64-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f52-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/Untreated/Necroptosis-pMLKL, rep2_r05c22f39-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep1_r13c05f90-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f93-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f84-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f87-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep1_r13c05f14-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f20-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep1_r13c05f07-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep1_r13c05f99-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep1_r13c05f100-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f94-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f76-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f72-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f66-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep1_r13c05f09-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f56-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f86-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f63-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep1_r13c05f89-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-ATF4, rep2_r13c06f43-ch3t1_panelC_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/UPR-IRE1a, rep2_r13c04f49-ch2t1_panelB_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/Ubiquitin-levels, rep2_r13c04f83-ch3t1_panelB_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/DNA-damage-P53BP1, rep1_r13c19f23-ch2t1_panelJ_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/Necroptosis-HMGB1, rep2_r13c18f15-ch2t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/Necrosis, rep2_r13c18f03-ch3t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/Necrosis, rep2_r13c18f51-ch3t1_panelI_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/Parthanatos-early, rep2_r13c16f95-ch3t1_panelH_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/Parthanatos-early, rep1_r13c15f91-ch3t1_panelH_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/TDP-43, rep2_r13c14f96-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/TDP-43, rep2_r13c14f33-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/TDP-43, rep2_r13c14f100-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/TDP-43, rep2_r13c14f90-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/TDP-43, rep2_r13c14f21-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/TDP-43, rep1_r13c13f03-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/TDP-43, rep2_r13c14f48-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/TDP-43, rep2_r13c14f02-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/TDP-43, rep2_r13c14f91-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/TDP-43, rep2_r13c14f18-ch3t1_panelG_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/Aberrant-splicing, rep2_r13c10f79-ch3t1_panelE_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1001733/stress/Necroptosis-pMLKL, rep1_r13c21f03-ch3t1_panelK_Control-1001733_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/impaired-Autophagosome, rep1_r07c07f41-ch3t1_panelD_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f83-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f97-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f60-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f02-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f66-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f34-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f89-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f14-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f05-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f70-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f57-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f63-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f20-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f44-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f43-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f42-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f63-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f24-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f26-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f45-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f12-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f15-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f41-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f81-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f37-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f01-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f35-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f03-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f04-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f81-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep2_r07c06f37-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-ATF4, rep1_r07c05f38-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-IRE1a, rep2_r07c04f02-ch2t1_panelB_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/UPR-IRE1a, rep2_r07c04f04-ch2t1_panelB_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/DNA-damage-P53BP1, rep2_r07c20f83-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f03-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f83-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/DNA-damage-P53BP1, rep2_r07c20f64-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/DNA-damage-P53BP1, rep2_r07c20f99-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f84-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/DNA-damage-P53BP1, rep2_r07c20f12-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/DNA-damage-P53BP1, rep1_r07c19f97-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/DNA-damage-P53BP1, rep2_r07c20f33-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necrosis, rep1_r07c17f65-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necrosis, rep1_r07c17f35-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necrosis, rep1_r07c17f14-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necrosis, rep2_r07c18f90-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necrosis, rep2_r07c18f82-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necrosis, rep1_r07c17f02-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necrosis, rep2_r07c18f63-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necrosis, rep2_r07c18f79-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necrosis, rep1_r07c17f92-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f04-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f65-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f65-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f09-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f30-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f86-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f49-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f33-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f34-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f98-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f89-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f100-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f19-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f31-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f52-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f63-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f36-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f37-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f16-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f34-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f38-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f63-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f14-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f87-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f05-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f06-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f35-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f91-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f28-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f05-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f83-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f82-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f98-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f20-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f21-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f17-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f47-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f11-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f29-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f07-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f10-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f88-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f27-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f55-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f73-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f02-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f48-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f03-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep1_r07c13f48-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f35-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/TDP-43, rep2_r07c14f13-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Aberrant-splicing, rep1_r07c09f89-ch3t1_panelE_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Aberrant-splicing, rep1_r07c09f02-ch3t1_panelE_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f46-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep2_r07c22f97-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f17-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep2_r07c22f63-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f64-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f14-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f08-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f79-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f39-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f15-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f11-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f74-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f38-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f03-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f48-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep2_r07c22f86-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f55-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep2_r07c22f47-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/Untreated/Necroptosis-pMLKL, rep1_r07c21f51-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/UPR-ATF4, rep2_r15c06f03-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/UPR-ATF4, rep1_r15c05f90-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/UPR-ATF4, rep2_r15c06f80-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/UPR-ATF4, rep1_r15c05f07-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/UPR-ATF4, rep2_r15c06f98-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/UPR-ATF4, rep2_r15c06f05-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/UPR-ATF4, rep2_r15c06f82-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/UPR-ATF4, rep2_r15c06f01-ch3t1_panelC_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/UPR-IRE1a, rep1_r15c03f20-ch2t1_panelB_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Ubiquitin-levels, rep2_r15c04f58-ch3t1_panelB_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/DNA-damage-P53BP1, rep1_r15c19f08-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/DNA-damage-P53BP1, rep2_r15c20f32-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/DNA-damage-P53BP1, rep1_r15c19f81-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/DNA-damage-P53BP1, rep2_r15c20f04-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/DNA-damage-P53BP1, rep1_r15c19f13-ch2t1_panelJ_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necroptosis-HMGB1, rep2_r15c18f02-ch2t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necroptosis-HMGB1, rep2_r15c18f35-ch2t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necroptosis-HMGB1, rep2_r15c18f04-ch2t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necroptosis-HMGB1, rep1_r15c17f33-ch2t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necroptosis-HMGB1, rep1_r15c17f31-ch2t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necrosis, rep1_r15c17f92-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necrosis, rep1_r15c17f50-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necrosis, rep1_r15c17f100-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necrosis, rep2_r15c18f17-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necrosis, rep2_r15c18f78-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necrosis, rep1_r15c17f49-ch3t1_panelI_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep1_r15c13f77-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep1_r15c13f02-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep1_r15c13f37-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep1_r15c13f22-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f16-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep1_r15c13f14-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f18-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep1_r15c13f11-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f09-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep1_r15c13f90-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f90-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep1_r15c13f33-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f64-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f17-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f06-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f02-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f04-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f100-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f51-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f48-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f35-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep1_r15c13f05-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep1_r15c13f82-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f32-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f19-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/TDP-43, rep2_r15c14f03-ch3t1_panelG_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Aberrant-splicing, rep2_r15c10f33-ch3t1_panelE_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necroptosis-pMLKL, rep2_r15c22f17-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1017118/stress/Necroptosis-pMLKL, rep1_r15c21f23-ch3t1_panelK_Control-1017118_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f71-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f82-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f69-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f15-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f97-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f02-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f30-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f96-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f25-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f13-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f82-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f07-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f68-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f57-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f92-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f63-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f85-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f65-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f100-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f52-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f66-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f36-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep1_r03c05f23-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f47-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f79-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF4, rep2_r03c06f38-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF6, rep1_r03c05f45-ch2t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/UPR-ATF6, rep2_r03c06f83-ch2t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/DNA-damage-P53BP1, rep1_r03c19f98-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f30-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f81-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f17-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f98-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/DNA-damage-P53BP1, rep1_r03c19f82-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/DNA-damage-P53BP1, rep2_r03c20f63-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necroptosis-HMGB1, rep1_r03c17f05-ch2t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necrosis, rep2_r03c18f02-ch3t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necrosis, rep1_r03c17f82-ch3t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necrosis, rep1_r03c17f03-ch3t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necrosis, rep2_r03c18f83-ch3t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f64-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f79-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f91-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f30-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f31-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f16-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f19-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f19-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f99-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f67-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f25-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f02-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f03-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f18-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f07-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f05-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f16-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f90-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f43-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f46-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f80-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f29-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f99-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f04-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f87-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f08-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f06-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f47-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f52-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f89-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f04-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f88-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f11-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f45-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f20-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f100-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep1_r03c13f48-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/TDP-43, rep2_r03c14f36-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Aberrant-splicing, rep2_r03c10f65-ch3t1_panelE_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Aberrant-splicing, rep1_r03c09f95-ch3t1_panelE_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necroptosis-pMLKL, rep1_r03c21f86-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necroptosis-pMLKL, rep2_r03c22f19-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necroptosis-pMLKL, rep2_r03c22f72-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necroptosis-pMLKL, rep2_r03c22f84-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necroptosis-pMLKL, rep2_r03c22f88-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necroptosis-pMLKL, rep2_r03c22f06-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necroptosis-pMLKL, rep2_r03c22f99-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/Untreated/Necroptosis-pMLKL, rep2_r03c22f53-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f59-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep1_r11c05f31-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f79-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep1_r11c05f04-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep1_r11c05f100-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f25-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep1_r11c05f73-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f31-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f02-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f28-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f88-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f06-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f20-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f55-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep1_r11c05f11-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep1_r11c05f18-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f15-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep1_r11c05f36-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f53-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f32-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f57-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f16-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep2_r11c06f09-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF4, rep1_r11c05f63-ch3t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-ATF6, rep2_r11c06f34-ch2t1_panelC_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/UPR-IRE1a, rep1_r11c03f96-ch2t1_panelB_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/Ubiquitin-levels, rep1_r11c03f28-ch3t1_panelB_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/DNA-damage-P53BP1, rep1_r11c19f35-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/DNA-damage-P53BP1, rep2_r11c20f06-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/DNA-damage-P53BP1, rep2_r11c20f16-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/DNA-damage-P53BP1, rep2_r11c20f85-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/DNA-damage-P53BP1, rep2_r11c20f98-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/DNA-damage-P53BP1, rep1_r11c19f21-ch2t1_panelJ_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/Necroptosis-HMGB1, rep2_r11c18f57-ch2t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/Necroptosis-HMGB1, rep1_r11c17f66-ch2t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/Necrosis, rep1_r11c17f10-ch3t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/Necrosis, rep1_r11c17f39-ch3t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/Necrosis, rep1_r11c17f34-ch3t1_panelI_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f52-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f100-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f08-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f20-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f30-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f03-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f29-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f92-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f38-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f21-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f31-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f07-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f58-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f51-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f35-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f99-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f23-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f63-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f06-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f07-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f79-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f16-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f34-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f33-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f88-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f23-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f83-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f32-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f100-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep1_r11c13f18-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f39-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/TDP-43, rep2_r11c14f35-ch3t1_panelG_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/Necroptosis-pMLKL, rep1_r11c21f06-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/Necroptosis-pMLKL, rep1_r11c21f72-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1025045/stress/Necroptosis-pMLKL, rep1_r11c21f85-ch3t1_panelK_Control-1025045_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/impaired-Autophagosome, rep1_r01c07f06-ch3t1_panelD_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/impaired-Autophagosome, rep2_r01c08f66-ch3t1_panelD_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/impaired-Autophagosome, rep2_r01c08f39-ch3t1_panelD_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/impaired-Autophagosome, rep1_r01c07f36-ch3t1_panelD_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/impaired-Autophagosome, rep2_r01c08f47-ch3t1_panelD_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/impaired-Autophagosome, rep1_r01c07f49-ch3t1_panelD_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/impaired-Autophagosome, rep2_r01c08f40-ch3t1_panelD_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f14-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f19-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f81-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f28-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f63-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f39-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f94-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f79-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f84-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f27-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f79-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f74-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f26-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f08-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f32-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f80-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f71-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f87-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f31-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f24-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f05-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f23-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f17-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f21-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f50-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f56-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep1_r01c05f03-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f01-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF4, rep2_r01c06f29-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-ATF6, rep1_r01c05f36-ch2t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/UPR-IRE1a, rep2_r01c04f98-ch2t1_panelB_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/DNA-damage-P53BP1, rep2_r01c20f14-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/DNA-damage-P53BP1, rep2_r01c20f12-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/DNA-damage-P53BP1, rep1_r01c19f04-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/DNA-damage-P53BP1, rep2_r01c20f94-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/DNA-damage-P53BP1, rep2_r01c20f98-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/DNA-damage-P53BP1, rep1_r01c19f100-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/DNA-damage-P53BP1, rep2_r01c20f81-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/DNA-damage-P53BP1, rep2_r01c20f93-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-HMGB1, rep1_r01c17f93-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-HMGB1, rep1_r01c17f98-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necrosis, rep1_r01c17f99-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necrosis, rep1_r01c17f52-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necrosis, rep2_r01c18f53-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necrosis, rep2_r01c18f80-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necrosis, rep2_r01c18f05-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necrosis, rep1_r01c17f44-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necrosis, rep1_r01c17f02-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Parthanatos-early, rep2_r01c16f95-ch3t1_panelH_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Parthanatos-early, rep2_r01c16f71-ch3t1_panelH_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Stress-initiation, rep1_r01c01f69-ch4t1_panelA_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f12-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f52-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f19-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f88-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f14-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f64-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f06-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f28-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f49-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f93-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f13-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f41-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f20-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f17-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f25-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f33-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f04-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f23-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f18-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f67-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f17-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f83-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f84-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f13-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f32-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f50-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep2_r01c14f02-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f85-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f81-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/TDP-43, rep1_r01c13f36-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Aberrant-splicing, rep1_r01c09f16-ch3t1_panelE_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Aberrant-splicing, rep1_r01c09f03-ch3t1_panelE_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f30-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f59-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f03-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f82-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f64-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f39-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f98-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f97-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f61-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f76-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f08-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f39-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f75-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f66-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f74-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f06-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f33-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f50-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f47-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f12-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f84-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f22-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f23-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f36-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f20-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f60-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f85-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f22-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f38-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f28-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f24-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f43-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f91-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f29-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f02-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f30-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f96-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep1_r01c21f03-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f35-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f05-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f99-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f52-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/Untreated/Necroptosis-pMLKL, rep2_r01c22f51-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/impaired-Autophagosome, rep2_r09c08f30-ch3t1_panelD_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/impaired-Autophagosome, rep2_r09c08f18-ch3t1_panelD_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/impaired-Autophagosome, rep2_r09c08f03-ch3t1_panelD_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f98-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f95-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep2_r09c06f07-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f63-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f28-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f49-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep2_r09c06f89-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep2_r09c06f45-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f19-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f04-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f93-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f10-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep2_r09c06f27-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep2_r09c06f98-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f29-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep2_r09c06f34-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f16-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f23-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f48-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep2_r09c06f18-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f02-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f26-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f80-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f32-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f22-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep1_r09c05f55-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-ATF4, rep2_r09c06f55-ch3t1_panelC_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-IRE1a, rep1_r09c03f08-ch2t1_panelB_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/UPR-IRE1a, rep2_r09c04f62-ch2t1_panelB_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Ubiquitin-levels, rep1_r09c03f73-ch3t1_panelB_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Ubiquitin-levels, rep2_r09c04f62-ch3t1_panelB_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Ubiquitin-levels, rep2_r09c04f70-ch3t1_panelB_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/DNA-damage-P53BP1, rep2_r09c20f90-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/DNA-damage-P53BP1, rep2_r09c20f07-ch2t1_panelJ_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Necroptosis-HMGB1, rep2_r09c18f03-ch2t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Necrosis, rep2_r09c18f34-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Necrosis, rep1_r09c17f33-ch3t1_panelI_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Cytoskeleton, rep2_r09c02f40-ch3t1_panelA_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Cytoskeleton, rep2_r09c02f51-ch3t1_panelA_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Stress-initiation, rep2_r09c02f40-ch4t1_panelA_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f18-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f08-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f94-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f33-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f93-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f15-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f19-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f17-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f22-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f13-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f49-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f36-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f90-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f97-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f12-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f32-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f15-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f10-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f100-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f50-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f87-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f06-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f79-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep2_r09c14f99-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/TDP-43, rep1_r09c13f16-ch3t1_panelG_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Splicing-factories, rep2_r09c12f11-ch2t1_panelF_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Aberrant-splicing, rep2_r09c10f96-ch3t1_panelE_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Necroptosis-pMLKL, rep1_r09c21f15-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Necroptosis-pMLKL, rep2_r09c22f18-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Necroptosis-pMLKL, rep2_r09c22f04-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Necroptosis-pMLKL, rep2_r09c22f34-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Necroptosis-pMLKL, rep2_r09c22f58-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Necroptosis-pMLKL, rep1_r09c21f33-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/Control-1048087/stress/Necroptosis-pMLKL, rep1_r09c21f95-ch3t1_panelK_Control-1048087_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/impaired-Autophagosome, rep2_r04c08f82-ch3t1_panelD_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f68-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep1_r04c05f96-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep1_r04c05f16-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f80-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f05-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep1_r04c05f63-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep1_r04c05f92-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f07-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f94-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f64-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep1_r04c05f10-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f09-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f82-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep1_r04c05f93-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f96-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f85-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep2_r04c06f62-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF4, rep1_r04c05f94-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-ATF6, rep1_r04c05f92-ch2t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/UPR-IRE1a, rep2_r04c04f52-ch2t1_panelB_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep2_r04c20f06-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f98-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep2_r04c20f80-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f39-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f78-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f62-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f03-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep2_r04c20f17-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep2_r04c20f94-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep2_r04c20f99-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep2_r04c20f100-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f80-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f45-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f75-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/DNA-damage-P53BP1, rep1_r04c19f51-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep1_r04c17f90-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f85-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f23-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep1_r04c17f92-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f47-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f03-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep1_r04c17f23-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep1_r04c17f79-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f22-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f91-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f32-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f54-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep2_r04c18f100-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep1_r04c17f81-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-HMGB1, rep1_r04c17f63-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necrosis, rep2_r04c18f81-ch3t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necrosis, rep2_r04c18f67-ch3t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Parthanatos-early, rep2_r04c16f08-ch3t1_panelH_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Parthanatos-early, rep1_r04c15f37-ch3t1_panelH_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Parthanatos-early, rep2_r04c16f13-ch3t1_panelH_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Parthanatos-early, rep1_r04c15f19-ch3t1_panelH_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Parthanatos-early, rep2_r04c16f71-ch3t1_panelH_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Stress-initiation, rep2_r04c02f13-ch4t1_panelA_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Stress-initiation, rep2_r04c02f36-ch4t1_panelA_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Stress-initiation, rep1_r04c01f08-ch4t1_panelA_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Nuclear-speckles-SON, rep2_r04c14f51-ch2t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Nuclear-speckles-SON, rep2_r04c14f34-ch2t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Nuclear-speckles-SON, rep1_r04c13f100-ch2t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Nuclear-speckles-SON, rep2_r04c14f61-ch2t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Nuclear-speckles-SON, rep2_r04c14f50-ch2t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep1_r04c13f99-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f05-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f14-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f90-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep1_r04c13f06-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f67-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep1_r04c13f92-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep1_r04c13f16-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f03-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep1_r04c13f100-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep1_r04c13f18-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep1_r04c13f51-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f63-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep1_r04c13f63-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/TDP-43, rep2_r04c14f79-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Splicing-factories, rep1_r04c11f08-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Splicing-factories, rep1_r04c11f67-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Aberrant-splicing, rep1_r04c09f98-ch3t1_panelE_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Aberrant-splicing, rep1_r04c09f83-ch3t1_panelE_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Aberrant-splicing, rep1_r04c09f94-ch3t1_panelE_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f42-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f35-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f63-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f01-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f34-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f11-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f18-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f95-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f19-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f98-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f79-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f92-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f41-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f19-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f29-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f82-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f35-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f33-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f80-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f88-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f62-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f07-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f81-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f04-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f30-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f61-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep2_r04c22f100-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f63-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/Untreated/Necroptosis-pMLKL, rep1_r04c21f17-ch3t1_panelK_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-ATF4, rep1_r12c05f19-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-ATF4, rep1_r12c05f49-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-ATF4, rep2_r12c06f24-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-ATF4, rep2_r12c06f66-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-ATF4, rep2_r12c06f03-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-ATF4, rep2_r12c06f100-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-ATF4, rep2_r12c06f50-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-ATF4, rep2_r12c06f65-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-ATF4, rep1_r12c05f03-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-ATF4, rep2_r12c06f34-ch3t1_panelC_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-IRE1a, rep2_r12c04f50-ch2t1_panelB_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-IRE1a, rep2_r12c04f34-ch2t1_panelB_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/UPR-IRE1a, rep1_r12c03f98-ch2t1_panelB_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f100-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f90-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep2_r12c20f65-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep1_r12c19f64-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep1_r12c19f100-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/DNA-damage-P53BP1, rep1_r12c19f20-ch2t1_panelJ_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep1_r12c17f64-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep1_r12c17f13-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep1_r12c17f29-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep2_r12c18f09-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep2_r12c18f83-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Necroptosis-HMGB1, rep2_r12c18f16-ch2t1_panelI_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Cytoskeleton, rep2_r12c02f20-ch3t1_panelA_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Cytoskeleton, rep2_r12c02f51-ch3t1_panelA_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Stress-initiation, rep2_r12c02f51-ch4t1_panelA_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f34-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f49-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f95-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f06-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f03-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f31-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f89-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f64-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f97-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep2_r12c14f33-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f48-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f91-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/TDP-43, rep1_r12c13f35-ch3t1_panelG_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Splicing-factories, rep2_r12c12f49-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Splicing-factories, rep2_r12c12f33-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-1008566/stress/Splicing-factories, rep1_r12c11f63-ch2t1_panelF_C9orf72-HRE-1008566_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f28-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f17-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f06-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f87-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f62-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f35-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f99-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f36-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f86-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f94-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f30-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f47-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f74-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f52-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f32-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f90-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f92-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f63-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f40-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f10-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f07-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f85-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f96-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f15-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f88-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f92-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f77-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f06-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep1_r08c05f100-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-ATF4, rep2_r08c06f89-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-IRE1a, rep2_r08c04f100-ch2t1_panelB_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/UPR-IRE1a, rep2_r08c04f91-ch2t1_panelB_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep1_r08c19f15-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f83-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f03-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep1_r08c19f38-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f33-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f18-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep1_r08c19f90-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep1_r08c19f92-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep1_r08c19f99-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/DNA-damage-P53BP1, rep2_r08c20f04-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep1_r08c17f97-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep1_r08c17f94-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep1_r08c17f98-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep2_r08c18f82-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep2_r08c18f23-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep2_r08c18f21-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep2_r08c18f63-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necroptosis-HMGB1, rep1_r08c17f37-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necrosis, rep2_r08c18f23-ch3t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Parthanatos-early, rep2_r08c16f13-ch3t1_panelH_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Parthanatos-early, rep2_r08c16f20-ch3t1_panelH_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Parthanatos-early, rep2_r08c16f49-ch3t1_panelH_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Parthanatos-early, rep2_r08c16f51-ch3t1_panelH_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Parthanatos-early, rep2_r08c16f58-ch3t1_panelH_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Parthanatos-early, rep2_r08c16f27-ch3t1_panelH_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Nuclear-speckles-SON, rep2_r08c14f97-ch2t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Nuclear-speckles-SON, rep1_r08c13f71-ch2t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Nuclear-speckles-SON, rep1_r08c13f02-ch2t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Nuclear-speckles-SON, rep1_r08c13f30-ch2t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f82-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f66-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f88-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f47-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f51-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f89-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f99-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f17-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f06-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f49-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f98-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f48-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f49-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f30-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f90-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f94-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f22-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f15-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f15-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f74-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f20-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f87-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f02-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f63-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f20-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f03-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f65-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f84-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f50-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f72-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f92-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f100-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep1_r08c13f65-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/TDP-43, rep2_r08c14f86-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Splicing-factories, rep1_r08c11f79-ch2t1_panelF_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Aberrant-splicing, rep1_r08c09f80-ch3t1_panelE_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necroptosis-pMLKL, rep1_r08c21f67-ch3t1_panelK_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necroptosis-pMLKL, rep1_r08c21f26-ch3t1_panelK_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/Untreated/Necroptosis-pMLKL, rep1_r08c21f45-ch3t1_panelK_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/impaired-Autophagosome, rep1_r16c07f32-ch3t1_panelD_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f06-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f49-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f95-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f14-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f59-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f60-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f93-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f17-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f64-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f52-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f70-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep2_r16c06f08-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f87-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-ATF4, rep1_r16c05f36-ch3t1_panelC_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/UPR-IRE1a, rep1_r16c03f19-ch2t1_panelB_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep2_r16c20f89-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep1_r16c19f65-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep2_r16c20f20-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep1_r16c19f69-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep1_r16c19f80-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep2_r16c20f98-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep2_r16c20f50-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/DNA-damage-P53BP1, rep1_r16c19f79-ch2t1_panelJ_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Necroptosis-HMGB1, rep2_r16c18f15-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Necroptosis-HMGB1, rep1_r16c17f77-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Necroptosis-HMGB1, rep2_r16c18f22-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Necroptosis-HMGB1, rep1_r16c17f66-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Necroptosis-HMGB1, rep1_r16c17f17-ch2t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Necrosis, rep1_r16c17f64-ch3t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Necrosis, rep1_r16c17f94-ch3t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Necrosis, rep1_r16c17f79-ch3t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Necrosis, rep2_r16c18f47-ch3t1_panelI_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Stress-initiation, rep1_r16c01f29-ch4t1_panelA_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f64-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f89-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f80-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f32-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f20-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f31-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f91-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f90-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f98-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f35-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f21-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f51-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f93-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f35-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f30-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f99-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f94-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f37-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep1_r16c13f12-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/TDP-43, rep2_r16c14f02-ch3t1_panelG_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Splicing-factories, rep1_r16c11f75-ch2t1_panelF_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Splicing-factories, rep1_r16c11f54-ch2t1_panelF_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Aberrant-splicing, rep1_r16c09f66-ch3t1_panelE_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Aberrant-splicing, rep1_r16c09f98-ch3t1_panelE_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/C9orf72-HRE-981344/stress/Aberrant-splicing, rep1_r16c09f33-ch3t1_panelE_C9orf72-HRE-981344_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/impaired-Autophagosome, rep2_r02c08f84-ch3t1_panelD_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/impaired-Autophagosome, rep2_r02c08f44-ch3t1_panelD_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep1_r02c05f19-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f66-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f91-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f09-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep1_r02c05f75-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep1_r02c05f11-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep1_r02c05f70-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f16-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f03-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f78-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep1_r02c05f99-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f86-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep1_r02c05f25-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f45-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f21-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f69-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f08-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f39-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep1_r02c05f95-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f31-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f17-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep1_r02c05f56-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f98-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep1_r02c05f23-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep1_r02c05f39-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f29-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f85-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f20-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f30-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f27-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-ATF4, rep2_r02c06f95-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-IRE1a, rep2_r02c04f17-ch2t1_panelB_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-IRE1a, rep1_r02c03f05-ch2t1_panelB_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-IRE1a, rep1_r02c03f98-ch2t1_panelB_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/UPR-IRE1a, rep2_r02c04f80-ch2t1_panelB_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep1_r02c19f100-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep2_r02c20f100-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep2_r02c20f89-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep1_r02c19f65-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep1_r02c19f67-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep2_r02c20f96-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep1_r02c19f90-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep2_r02c20f83-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep1_r02c19f06-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep1_r02c19f23-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/DNA-damage-P53BP1, rep1_r02c19f82-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep2_r02c18f16-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep2_r02c18f27-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep2_r02c18f50-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep1_r02c17f50-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep1_r02c17f85-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep1_r02c17f94-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep2_r02c18f30-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep2_r02c18f05-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-HMGB1, rep1_r02c17f14-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necrosis, rep2_r02c18f33-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necrosis, rep2_r02c18f74-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necrosis, rep2_r02c18f86-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Parthanatos-early, rep2_r02c16f31-ch3t1_panelH_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Parthanatos-early, rep1_r02c15f48-ch3t1_panelH_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Parthanatos-early, rep2_r02c16f26-ch3t1_panelH_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Parthanatos-early, rep1_r02c15f26-ch3t1_panelH_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Parthanatos-early, rep1_r02c15f92-ch3t1_panelH_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Parthanatos-early, rep2_r02c16f39-ch3t1_panelH_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Parthanatos-early, rep1_r02c15f53-ch3t1_panelH_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Stress-initiation, rep1_r02c01f37-ch4t1_panelA_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SON, rep2_r02c14f51-ch2t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SON, rep1_r02c13f53-ch2t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SON, rep2_r02c14f04-ch2t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SON, rep1_r02c13f21-ch2t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SON, rep1_r02c13f83-ch2t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SON, rep2_r02c14f96-ch2t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SON, rep2_r02c14f79-ch2t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SON, rep1_r02c13f81-ch2t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SON, rep2_r02c14f45-ch2t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f34-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f53-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep1_r02c13f83-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep1_r02c13f52-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f95-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep1_r02c13f95-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f80-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f33-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep1_r02c13f93-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f47-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f07-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep1_r02c13f91-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f96-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f19-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f15-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f78-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/TDP-43, rep2_r02c14f65-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SC35, rep1_r02c11f38-ch3t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Nuclear-speckles-SC35, rep2_r02c12f25-ch3t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep2_r02c12f67-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep2_r02c12f77-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep1_r02c11f28-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep2_r02c12f80-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep2_r02c12f93-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep1_r02c11f37-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep2_r02c12f25-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep1_r02c11f80-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep2_r02c12f13-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep1_r02c11f38-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep1_r02c11f68-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep1_r02c11f53-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Splicing-factories, rep1_r02c11f50-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep2_r02c22f09-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f97-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f19-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f84-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f11-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep2_r02c22f50-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f04-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f16-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep2_r02c22f07-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f27-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f38-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f95-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f71-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep2_r02c22f26-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f100-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep2_r02c22f29-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/Untreated/Necroptosis-pMLKL, rep1_r02c21f12-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f42-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f64-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f04-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f05-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f50-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f100-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f100-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f06-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f99-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f34-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f79-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f03-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep1_r10c05f90-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/UPR-ATF4, rep2_r10c06f90-ch3t1_panelC_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Ubiquitin-levels, rep1_r10c03f28-ch3t1_panelB_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep1_r10c19f98-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep2_r10c20f96-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep2_r10c20f12-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep2_r10c20f13-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep1_r10c19f04-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/DNA-damage-P53BP1, rep2_r10c20f87-ch2t1_panelJ_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep1_r10c17f63-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f48-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f49-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f03-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep1_r10c17f35-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f35-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f67-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep1_r10c17f01-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f86-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep2_r10c18f29-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep1_r10c17f34-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-HMGB1, rep1_r10c17f47-ch2t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necrosis, rep2_r10c18f90-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necrosis, rep2_r10c18f66-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necrosis, rep2_r10c18f51-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necrosis, rep2_r10c18f63-ch3t1_panelI_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Cytoskeleton, rep1_r10c01f03-ch3t1_panelA_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Cytoskeleton, rep2_r10c02f08-ch3t1_panelA_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Stress-initiation, rep1_r10c01f13-ch4t1_panelA_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f87-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep1_r10c13f09-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f83-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f92-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f12-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f66-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f35-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f84-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f05-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep2_r10c14f51-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep1_r10c13f82-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep1_r10c13f87-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep1_r10c13f05-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/TDP-43, rep1_r10c13f16-ch3t1_panelG_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Splicing-factories, rep1_r10c11f38-ch2t1_panelF_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-G348V-1057052/stress/Necroptosis-pMLKL, rep2_r10c22f20-ch3t1_panelK_TDP--43-G348V-1057052_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f02-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f04-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f73-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f46-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f86-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f17-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f91-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f03-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f15-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f12-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f19-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f85-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f10-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f50-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f79-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f39-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f67-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f70-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f70-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f49-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f63-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f16-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f32-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f81-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f03-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f93-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep1_r06c05f22-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f48-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF4, rep2_r06c06f83-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/UPR-ATF6, rep1_r06c05f92-ch2t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep2_r06c20f91-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep2_r06c20f24-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep1_r06c19f65-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep1_r06c19f52-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep2_r06c20f79-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep1_r06c19f99-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep2_r06c20f16-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/DNA-damage-P53BP1, rep2_r06c20f06-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-HMGB1, rep1_r06c17f94-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-HMGB1, rep1_r06c17f36-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-HMGB1, rep1_r06c17f08-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-HMGB1, rep1_r06c17f82-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necrosis, rep2_r06c18f86-ch3t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Parthanatos-early, rep2_r06c16f92-ch3t1_panelH_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Parthanatos-early, rep1_r06c15f48-ch3t1_panelH_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Parthanatos-early, rep2_r06c16f94-ch3t1_panelH_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Parthanatos-early, rep1_r06c15f20-ch3t1_panelH_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Parthanatos-early, rep2_r06c16f34-ch3t1_panelH_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Parthanatos-early, rep2_r06c16f93-ch3t1_panelH_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Parthanatos-early, rep1_r06c15f29-ch3t1_panelH_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Nuclear-speckles-SON, rep2_r06c14f02-ch2t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Nuclear-speckles-SON, rep2_r06c14f46-ch2t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Nuclear-speckles-SON, rep2_r06c14f24-ch2t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f09-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f16-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f04-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f06-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f80-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f87-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f48-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f26-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f07-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f15-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f92-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f50-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f47-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f93-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f05-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f98-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f80-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f90-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f49-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f19-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f07-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f38-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f15-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f03-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f36-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f32-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f51-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f73-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f20-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f02-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f12-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f23-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f64-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f63-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f24-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f64-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f100-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f52-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep1_r06c13f32-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f65-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f35-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f18-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f74-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/TDP-43, rep2_r06c14f14-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Nuclear-speckles-SC35, rep1_r06c11f64-ch3t1_panelF_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Splicing-factories, rep1_r06c11f71-ch2t1_panelF_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Splicing-factories, rep1_r06c11f48-ch2t1_panelF_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Aberrant-splicing, rep1_r06c09f100-ch3t1_panelE_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Aberrant-splicing, rep1_r06c09f66-ch3t1_panelE_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Aberrant-splicing, rep1_r06c09f92-ch3t1_panelE_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Aberrant-splicing, rep1_r06c09f91-ch3t1_panelE_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f89-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f62-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f18-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f65-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f21-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f81-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f44-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f26-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f49-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f34-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f64-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f100-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f100-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f49-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f39-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f41-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f17-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f96-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f94-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f08-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f70-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f26-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f09-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f87-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f80-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f98-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f92-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f19-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f06-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f03-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f09-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f57-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f63-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f36-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f31-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f35-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f84-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f55-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f42-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f18-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f04-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f05-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f41-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f80-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f29-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep2_r06c22f21-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/Untreated/Necroptosis-pMLKL, rep1_r06c21f91-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/impaired-Autophagosome, rep2_r14c08f50-ch3t1_panelD_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/impaired-Autophagosome, rep2_r14c08f58-ch3t1_panelD_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f38-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f71-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f03-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f92-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f07-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f31-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f74-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f17-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f85-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f65-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f82-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f43-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f83-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f79-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f89-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f94-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f62-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f42-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f73-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f33-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f26-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f68-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep1_r14c05f63-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF4, rep2_r14c06f88-ch3t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/UPR-ATF6, rep1_r14c05f32-ch2t1_panelC_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/Ubiquitin-levels, rep2_r14c04f90-ch3t1_panelB_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/DNA-damage-P53BP1, rep1_r14c19f96-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/DNA-damage-P53BP1, rep2_r14c20f04-ch2t1_panelJ_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/Necroptosis-HMGB1, rep2_r14c18f99-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/Necroptosis-HMGB1, rep1_r14c17f79-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/Necroptosis-HMGB1, rep2_r14c18f06-ch2t1_panelI_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/Stress-initiation, rep2_r14c02f17-ch4t1_panelA_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/Stress-initiation, rep1_r14c01f58-ch4t1_panelA_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f04-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f34-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f18-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f50-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f90-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f63-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/TDP-43, rep2_r14c14f87-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/TDP-43, rep1_r14c13f92-ch3t1_panelG_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/Nuclear-speckles-SC35, rep2_r14c12f64-ch3t1_panelF_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/Splicing-factories, rep1_r14c11f36-ch2t1_panelF_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/Splicing-factories, rep2_r14c12f19-ch2t1_panelF_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
/home/labs/hornsteinlab/Collaboration/FUNOVA/input/images/processed/Batch4/TDP--43-N390D-1005373/stress/Necroptosis-pMLKL, rep2_r14c22f05-ch3t1_panelK_TDP--43-N390D-1005373_processed.npy small size (0.128 kB)
Total Sites:  79706
========
====================

Difference between Raw and Processed¶

In [12]:
display_diff(batches, raws, procs, PLOT_PATH, fig_width=8, fig_height = 40)
Batch3
========
Batch4
========

Variance in each batch (of processed files)¶

In [13]:
for batch in batches:
    with contextlib.redirect_stdout(io.StringIO()):
        var = sample_and_calc_variance(root_directory_proc, batch, 
                                       sample_size_per_markers=200, cond_count=1, rep_count=len(reps), 
                                       num_markers=len(markers))
    print(f'{batch} var: ',var)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
Batch3 var:  nan
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:29: RuntimeWarning: Mean of empty slice.
  tiles_var = np.var(x, axis=(1,2)).mean()
/home/labs/hornsteinlab/galavir/.conda/envs/nova/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
Batch4 var:  nan

Preprocessing Filtering qc¶

By order of filtering

1. % site survival after Brenner on DAPI channel¶

Percentage out of the total sites

In [14]:
dapi_filter_by_brenner = show_site_survival_dapi_brenner(df_dapi,batches, line_colors, panels,
                                                        figsize=(6,18), reps=reps, vmax=100)

2. % Site survival after Cellpose¶

Percentage out of the sites that passed the previous filter. In parenthesis are absolute values.

A site will be filtered out if Cellpose found 0 cells in it.

In [15]:
dapi_filter_by_cellpose = show_site_survival_dapi_cellpose(df_dapi, batches, dapi_filter_by_brenner, 
                                                           line_colors, panels, figsize=(6,18), reps=reps)

3. % Site survival by tiling¶

Percentage out of the sites that passed the previous filter. In parenthesis are absolute values.

A site will be filtered out if after tiling, no tile is containing at least 85% of a cell that Cellpose detected.

In [16]:
dapi_filter_by_tiling=show_site_survival_dapi_tiling(df_dapi, batches, dapi_filter_by_cellpose, 
                                                     line_colors, panels, figsize=(6,18), reps=reps)

4. % Site survival after Brenner on DAPI's tiles¶

Percentage out of the sites that passed the previous filter. In parenthesis are absolute values (if different than the percentages).

In [17]:
dapi_filter_by_brenner_tiles=show_site_survival_by_brenner_on_dapi_tiles(df_dapi, batches, dapi_filter_by_tiling, 
                                                     line_colors, panels, figsize=(6,18), reps=reps)

5. % Site survival after Brenner on target channel¶

Percentage out of the sites that passed the previous filter. In parenthesis are absolute values (if different than the percentages).

In [18]:
show_site_survival_target_brenner(df_dapi, df_target, dapi_filter_by_tiling,
                                 figsize=(6,24), markers=markers)
In [22]:
df_dapi.iloc[np.where(df_dapi['n_valid_tiles']-df_dapi['n_valid_tiles_after_tiles_brenner'])][['n_valid_tiles','n_valid_tiles_after_tiles_brenner']]
Out[22]:
n_valid_tiles n_valid_tiles_after_tiles_brenner
54254 1 0.0
54275 2 0.0
54274 1 0.0
54223 3 0.0
54293 1 0.0
... ... ...
111468 4 3.0
111383 1 0.0
111411 4 3.0
111650 1 0.0
111808 6 5.0

6425 rows × 2 columns

Find non valid wells

In [23]:
dfb = pd.read_csv("/home/labs/hornsteinlab/Collaboration/FUNOVA/outputs/preprocessing/brenner/raw_metrics280125_exp3.csv")
# Extract the panel (e.g., "panelD") from the Path column
dfb['Panel'] = dfb['Path'].str.extract(r'/panel([A-Z])/', expand=True)
find_bad_wells(dfb, threshold=10000, percentage_filter=60)
Out[23]:
CellLine Marker Count_table1 Count_table2 Percentage Combination Panel Condition Rep Batch
0 Control_1017118 Aberrant-splicing 580 800 72.50 ['CellLine', 'Marker'] NaN NaN NaN NaN
1 Control_1017118 Aberrant-splicing 580 800 72.50 ['Panel', 'CellLine', 'Marker'] E NaN NaN NaN
2 Control_1017118 Aberrant-splicing 318 400 79.50 ['Condition', 'CellLine', 'Marker'] NaN Untreated NaN NaN
3 Control_1017118 DNA-damage-pH2Ax 306 400 76.50 ['Condition', 'CellLine', 'Marker'] NaN Untreated NaN NaN
4 C9orf72-HRE_981344 DNA-damage-P53BP1 273 400 68.25 ['Condition', 'CellLine', 'Marker'] NaN stress NaN NaN
... ... ... ... ... ... ... ... ... ... ...
188 C9orf72-HRE_1008566 Senescence-signaling 98 100 98.00 ['Panel', 'Condition', 'CellLine', 'Rep', 'Bat... L stress rep1 Batch2
189 C9orf72-HRE_981344 DAPI 91 100 91.00 ['Panel', 'Condition', 'CellLine', 'Rep', 'Bat... L stress rep1 Batch2
190 C9orf72-HRE_981344 Protein-degradation 93 100 93.00 ['Panel', 'Condition', 'CellLine', 'Rep', 'Bat... L stress rep1 Batch2
191 C9orf72-HRE_981344 Senescence-signaling 93 100 93.00 ['Panel', 'Condition', 'CellLine', 'Rep', 'Bat... L stress rep1 Batch2
192 Control_1048087 Senescence-signaling 99 100 99.00 ['Panel', 'Condition', 'CellLine', 'Rep', 'Bat... L stress rep2 Batch1

193 rows × 10 columns

6. % Site survival after Brenner on target channel tiles¶

Percentage out of the tiles that passed the previous filter. In parenthesis are absolute values (if different than the percentages).

In [24]:
show_site_survival_target_brenner_tiles(df_dapi, df_target, dapi_filter_by_brenner_tiles,
                                 figsize=(6,24), markers=markers)

Statistics About the Processed Files¶

In [25]:
names = ['Total number of tiles', 'Total number of whole cells']
stats = ['n_valid_tiles_after_tiles_brenner','site_whole_cells_counts_sum','site_cell_count','site_cell_count_sum']
total_sum = calc_total_sums(df_target, df_dapi, stats, markers)
In [26]:
total_sum.rename(columns={'n_valid_tiles_after_tiles_brenner': 'n_valid_tiles'}, inplace=True)
In [27]:
plot_marker_data(total_sum, split_by_cell_line=True)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
In [28]:
plot_marker_data(total_sum, split_by_cell_line=False)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1351: FutureWarning: 

The `ci` parameter is deprecated. Use `errorbar=None` for the same effect.

  sns.barplot(

Total tiles¶

In [29]:
total_sum.n_valid_tiles.sum()
Out[29]:
642891.0

Total whole nuclei in tiles¶

In [30]:
total_sum[total_sum.marker =='DAPI'].site_whole_cells_counts_sum.sum()
Out[30]:
242511.0

Total nuclei in sites¶

In [31]:
total_sum[total_sum.marker =='DAPI'].site_cell_count.sum()
Out[31]:
701521.0
In [32]:
show_total_sum_tables(total_sum)
n_valid_tiles % valid tiles site_whole_cells_counts_sum site_cell_count
Batch3
count 1184.000000 1184.000000 1184.000000 1184.000000
mean 227.003378 2.270034 253.168919 745.046453
std 185.542179 1.855422 208.007482 648.425128
min 9.000000 0.090000 9.000000 19.000000
25% 84.000000 0.840000 96.750000 244.000000
50% 178.000000 1.780000 198.500000 565.000000
75% 323.250000 3.232500 355.250000 1054.000000
max 1023.000000 10.230000 1178.000000 3673.000000
sum 268772.000000 NaN 299752.000000 882135.000000
expected_count 450.000000 450.000000 450.000000 450.000000
n_valid_tiles % valid tiles site_whole_cells_counts_sum site_cell_count
Batch4
count 1184.000000 1184.000000 1184.000000 1.184000e+03
mean 315.978885 3.159789 349.445101 9.770076e+02
std 230.867914 2.308679 258.543836 7.640473e+02
min 10.000000 0.100000 10.000000 2.400000e+01
25% 133.750000 1.337500 148.000000 3.920000e+02
50% 252.000000 2.520000 278.000000 7.355000e+02
75% 450.000000 4.500000 498.500000 1.407250e+03
max 1072.000000 10.720000 1272.000000 3.604000e+03
sum 374119.000000 NaN 413743.000000 1.156777e+06
expected_count 450.000000 450.000000 450.000000 4.500000e+02
n valid tiles % valid tiles site_whole_cells_counts_sum site_cell_count
All batches
count 2368.000000 2368.000000 2368.000000 2.368000e+03
mean 271.491132 2.714911 301.307010 8.610270e+02
std 214.066373 2.140664 239.480707 7.178835e+02
min 9.000000 0.090000 9.000000 1.900000e+01
25% 104.750000 1.047500 117.000000 3.047500e+02
50% 218.000000 2.180000 238.000000 6.450000e+02
75% 382.000000 3.820000 417.250000 1.217250e+03
max 1072.000000 10.720000 1272.000000 3.673000e+03
sum 642891.000000 NaN 713495.000000 2.038912e+06
expected_count 450.000000 450.000000 450.000000 4.500000e+02

Show Total Tile Counts¶

For each batch, cell line, replicate and markerTotal number of tiles

In [33]:
to_heatmap = total_sum.rename(columns={'n_valid_tiles':'index'})
plot_filtering_heatmap(to_heatmap, extra_index='marker', vmin=None, vmax=None,
                      xlabel = 'Total number of tiles', show_sum=True, figsize=(6,24))
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:388: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
  ax.set_yticklabels(ax.get_yticklabels(), fontsize=10)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:388: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
  ax.set_yticklabels(ax.get_yticklabels(), fontsize=10)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:388: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
  ax.set_yticklabels(ax.get_yticklabels(), fontsize=10)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:388: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
  ax.set_yticklabels(ax.get_yticklabels(), fontsize=10)

Show Total Whole Cell Counts¶

For each batch, cell line, replicate and markerTotal number of tiles

In [34]:
to_heatmap = total_sum.rename(columns={'site_whole_cells_counts_sum':'index'})
plot_filtering_heatmap(to_heatmap, extra_index='marker', vmin=None, vmax=None,
                      xlabel = 'Total number of whole cells', show_sum=True, figsize=(6,24))
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:388: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
  ax.set_yticklabels(ax.get_yticklabels(), fontsize=10)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:388: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
  ax.set_yticklabels(ax.get_yticklabels(), fontsize=10)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:388: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
  ax.set_yticklabels(ax.get_yticklabels(), fontsize=10)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:388: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
  ax.set_yticklabels(ax.get_yticklabels(), fontsize=10)

Show Cell Count Statistics per Batch¶

In [35]:
df_no_empty_sites = df_dapi[df_dapi.n_valid_tiles_after_tiles_brenner !=0]
plot_cell_count(df_no_empty_sites, lines_order, custom_palette, y='site_cell_count_sum', 
                title='Cell Count Average per Site (from tiles)', figsize=(16,6))

plot_cell_count(df_no_empty_sites, lines_order, custom_palette, y='site_whole_cells_counts_sum',
                title='Whole Cell Count Average per Site',figsize=(16,6))

plot_cell_count(df_no_empty_sites, lines_order, custom_palette, y='site_cell_count',
               title='Cellpose Cell Count Average per Site',figsize=(16,6))

Show Tiles per Site Statistics¶

In [36]:
df_dapi.groupby(['cell_line_cond']).n_valid_tiles_after_tiles_brenner.mean()
Out[36]:
cell_line_cond
C9orf72-HRE-1008566 Untreated      1.377811
C9orf72-HRE-1008566 stress         0.950359
C9orf72-HRE-981344 Untreated       4.198874
C9orf72-HRE-981344 stress          3.950221
Control-1001733 Untreated          0.868755
Control-1001733 stress             0.637314
Control-1017118 Untreated          3.947226
Control-1017118 stress             3.331172
Control-1025045 Untreated          7.347399
Control-1025045 stress             6.443509
Control-1048087 Untreated          1.981532
Control-1048087 stress             1.837889
TDP--43-G348V-1057052 Untreated    2.024302
TDP--43-G348V-1057052 stress       1.343456
TDP--43-N390D-1005373 Untreated    2.836432
TDP--43-N390D-1005373 stress       2.163921
Name: n_valid_tiles_after_tiles_brenner, dtype: float64
In [37]:
plot_catplot(df_dapi, sns.color_palette('colorblind'), reps=reps,x='cell_line', y_title='Valid Tiles Count', x_title='Cell Line', y='n_valid_tiles_after_tiles_brenner', hue='rep',
             height=4, aspect=2)
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1028: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  df.loc[:, 'batch_rep'] = df['batch'] + " " + df['rep']
/home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/tools/preprocessing_tools/qc_reports/qc_utils.py:1039: UserWarning: The palette list has more values (10) than needed (2), which may not be intended.
  g = sns.catplot(kind='box', data=df, y=y, x=x,height=height, aspect=aspect, hue=hue, palette=palette,

Show Mean of cell count in valid tiles¶

In [38]:
# plot_hm(df_dapi, split_by='rep', rows='cell_line', columns='panel', vmax=3)

Assessing Staining Reproducibility and Outliers¶

In [ ]:
# for batch in batches:
#     print(batch)
#     run_calc_hist_new(batch,cell_lines_for_disp, markers, root_directory_raw, root_directory_proc,
#                            hist_sample=10,sample_size_per_markers=10, ncols=4, nrows=1, figsize=(6,2))
#     print("="*30)
    
In [7]:
# save notebook as HTML ( the HTML will be saved in the same folder the original script is)
display(Javascript('IPython.notebook.save_checkpoint();'))
os.system(f'jupyter nbconvert --to html tools/preprocessing_tools/qc_reports/qc_report_funova_exp4.ipynb --output {NOVA_HOME}/manuscript/preprocessing_qc_reports/qc_report_funova_exp4_04.03.25.html')
[NbConvertApp] Converting notebook tools/preprocessing_tools/qc_reports/qc_report_funova_exp4.ipynb to html
[NbConvertApp] Writing 16644775 bytes to /home/labs/hornsteinlab/Collaboration/NOVA_GAL/NOVA/manuscript/preprocessing_qc_reports/qc_report_funova_exp4.html
Out[7]:
0
In [ ]: